struct _CM_NAME_HASH// Size=0xc
{
    unsigned long ConvKey;// Offset=0x0 Size=0x4
    struct _CM_NAME_HASH * NextHash;// Offset=0x4 Size=0x4
    unsigned short NameLength;// Offset=0x8 Size=0x2
    wchar_t Name[1];// Offset=0xa Size=0x2
};